DataCollection | ComponentOne
C1.DataCollection.SignalR.Server Assembly / C1.DataCollection.SignalR.Server Namespace / C1DataCollectionHub<T> Class / GetCollection Method
The hub context.

In This Topic
    GetCollection Method
    In This Topic
    Gets the collection to be shadowed.
    Syntax
    'Declaration
     
    Protected Overridable Function GetCollection( _
       ByVal context As HubCallerContext _
    ) As IDataCollection(Of T)
    protected virtual IDataCollection<T> GetCollection( 
       HubCallerContext context
    )

    Parameters

    context
    The hub context.
    See Also